forked from github/server
Tools ins Makefile. Test des neuen commit-subjects/diff, zweiter versuch
This commit is contained in:
parent
a529cc6e1f
commit
d92aab4eb1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue