Several corrections

This commit is contained in:
ceriel
1991-10-29 09:26:46 +00:00
parent 1c6438de99
commit d8e8c7fc56
2 changed files with 9 additions and 10 deletions

View File

@@ -33,6 +33,9 @@ opr:
clean:
rm -f *,$(SUF) afcc afm2 afpc Out
lint:
$(LINT) $(LINTFLAGS) -DFCC $(SRC_DIR)/driver.c
afcc.$(SUF): $(SRC_DIR)/driver.c $(TARGET_HOME)/config/em_path.h
$(CC) $(CFLAGS) -c -DFCC -D$(MACH) -D`ack_sys` $(SRC_DIR)/driver.c
mv driver.$(SUF) afcc.$(SUF)