Browse Source

* update makefile

master
Alex 'AdUser' Z 10 years ago
parent
commit
44eb165d13
  1. 4
      src/Makefile

4
src/Makefile

@ -6,8 +6,10 @@ all: util
gcc $(CFLAGS) -c $<
util: util.c database.o bitmap.o
gcc $(CFLAGS) -o $@ $^
gcc $(CFLAGS) -o $@ $^
gcc $(CFLAGS) -static -o $@-static $^
clean:
rm -f *.o
rm -f util
rm -f util-static

Loading…
Cancel
Save