Skip to content

Commit

Permalink
tinker with makefiel
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 2, 2024
1 parent 1002b72 commit b6484ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ endif
readme:
cp README.md q3c.md

dump.c: prepare
dump.c: prepare readme
./prepare

prepare: prepare.o q3cube.o q3c_poly.o readme
prepare: prepare.o q3cube.o q3c_poly.o
$(CC) $? $(CFLAGS) $(PG_LIBS) $(PG_LDFLAGS) $(LDFLAGS) $(MYBINLIBS) -o $@

gen_data: gen_data.c
Expand Down

0 comments on commit b6484ef

Please sign in to comment.