diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 7 insertions, 2 deletions
| @@ -1,4 +1,9 @@  CC=tcc -BIN=test +CFLAGS=-I. -test: test.o +test: test.o cudl.o + +%.o: %.c +	$(CC) $(CFLAGS) -c -o $@ $< + +test.o: cudl.h | 
