Alex 'AdUser' Z
11 years ago
2 changed files with 36 additions and 6 deletions
@ -1,13 +1,13 @@
|
||||
CFLAGS=-Wall -Wextra -O0 -g -ggdb -pedantic
|
||||
|
||||
all: test |
||||
all: util |
||||
|
||||
%.o: %.c |
||||
gcc $(CFLAGS) -c $<
|
||||
|
||||
test: main.c database.o bitmap.o |
||||
util: main.c database.o bitmap.o |
||||
gcc $(CFLAGS) -o $@ $^
|
||||
|
||||
clean: |
||||
rm -f *.o
|
||||
rm -f test
|
||||
rm -f util
|
||||
|
Loading…
Reference in new issue