Added version, moved exten to .h, and major internal rework

This commit is contained in:
Deon George
2013-11-05 16:11:45 +11:00
parent 367f265d52
commit 2fd647af8d
7 changed files with 242 additions and 181 deletions

View File

@@ -10,7 +10,6 @@ tsmpipe: tsmpipe.o lib/dsmobjects.o lib/dsmsession.o lib/dsmlist.o lib/dsmsendre
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(TSMLIB) -lm
tsmpipe.c:
echo 'hello'
$(CC) $(CFLAGS) -c -o $(@:.c=.o) $@ $(TSMLIB)
lib/dsmlist:
@@ -26,4 +25,4 @@ lib/dsmobjects:
$(CC) $(CFLAGS) -c -o lib/$@.o lib/$@.c $(TSMLIB)
clean:
rm tsmpipe *.o lib/*.o
rm -f tsmpipe *.o lib/*.o