Browse Source

* rename file

master
Alex 'AdUser' Z 10 years ago
parent
commit
2ffb9b7566
  1. 2
      src/Makefile
  2. 0
      src/util.c

2
src/Makefile

@ -5,7 +5,7 @@ all: util
%.o: %.c
gcc $(CFLAGS) -c $<
util: main.c database.o bitmap.o
util: util.c database.o bitmap.o
gcc $(CFLAGS) -o $@ $^
clean:

0
src/main.c → src/util.c

Loading…
Cancel
Save