use $(CC) instead of cc

This commit is contained in:
ceriel
1988-07-08 11:37:17 +00:00
parent a4baed5eb5
commit dbdb5849b6
10 changed files with 17 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ hash.o: misc.h
pattern.o: misc.h symtab.h
topgen: $(OFILES)
cc $(OFILES) -o topgen
$(CC) $(OFILES) -o topgen
lint: parser
lint $(CFILES)