X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;fp=src%2FMakefile.userprog;h=26d622d92d35848af03e1363e68e1fd79506f979;hb=fe106fae62a28fbcaec46830859884b98f577159;hp=e28a408a3bc1a5f03ddca7476c1c9fdfef1a48a7;hpb=cb018a35f24a2a9b50be4440f26d6e976620dbc3;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index e28a408..26d622d 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -1,3 +1,5 @@ +# -*- makefile -*- + include $(SRCDIR)/Make.config SHELL = /bin/sh @@ -49,7 +51,7 @@ libc.a: $(LIB_OBJ) ar r $@ $^ ranlib $@ -clean: +clean:: rm -f $(PROGS) $(PROGS_OBJ) $(PROGS_DEP) rm -f $(LIB_DEP) $(LIB_OBJ) lib/user/entry.[do] libc.a