From fd528d27b11f1d85dbf6afcd65b6bb4140e56070 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 8 Sep 2022 11:11:06 -0400 Subject: handle predefined and command line macro definitions --- as/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 as/Makefile (limited to 'as/Makefile') diff --git a/as/Makefile b/as/Makefile deleted file mode 100644 index 99fe9de..0000000 --- a/as/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -as: as.yy.o as.tab.o - c99 -o $@ as.yy.o as.tab.o -ly -ll - -as.yy.c: as.l as.tab.h - lex -t as.l > $@ - -as.tab.h as.tab.c: as.y - yacc -d -b as as.y - -clean: - rm -f as *.o as.yy.c as.tab.c as.tab.h -- cgit v1.2.1