diff options
author | Robert de Bath <rdebath@poboxes.com> | 1998-09-22 17:44:32 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:40:35 +0200 |
commit | 2233d47f9d89c107b6c425626d6eb2669363b055 (patch) | |
tree | 429df42a8f6ed7174868af04edd364cd778a4d54 /as | |
parent | ec5f28e3f1400b5dacb88eda2d9db472a20b4349 (diff) | |
download | dev86-2233d47f9d89c107b6c425626d6eb2669363b055.tar.gz |
Import Dev86src-0.14.5.tar.gzv0.14.5
Diffstat (limited to 'as')
-rw-r--r-- | as/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/as/Makefile b/as/Makefile index 647d977..2928397 100644 --- a/as/Makefile +++ b/as/Makefile @@ -27,7 +27,7 @@ install: all install -m 755 as86_encap $(BINDIR)/as86_encap -@rm -f tmp -clean realclean: +clean realclean clobber: rm -f *.o as86 as86_encap as.o: const.h type.h byteord.h macro.h file.h flag.h globvar.h |