- Make linux makefiles work

This commit is contained in:
koennecke
2009-12-23 14:08:22 +00:00
parent 4127cbb166
commit 85070df11d
6 changed files with 14 additions and 11 deletions

View File

@ -44,4 +44,4 @@ dgrambroadcast.o: dgrambroadcast.h dgrambroadcast.c
$(CC) $(SINQOPT) -c -g dgrambroadcast.c
sinq.o: sinq.c sinq.h dgrambroadcast.h
$(CC) $(SINQOPT) -I../ -g -c sinq.c
$(CC) -I$(TCLINC) $(SINQOPT) -I../ -g -c sinq.c