Tools ins Makefile. Test des neuen commit-subjects/diff, zweiter versuch

This commit is contained in:
Enno Rehling 2001-04-13 15:02:57 +00:00
parent a529cc6e1f
commit d92aab4eb1
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
all: atoi36 namegen
atoi36: atoi36.c
$(CC) -I.. -I../common/kernel -I../common/util $(CFLAGS) $(LDFLAGS) -o atoi36 atoi36.c
namegen:
$(CC) -I.. -I../common/kernel -I../common/util $(CFLAGS) $(LDFLAGS) -o namegen namegen.c