Skip to content

Commit

Permalink
add readme to prepare target
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 2, 2024
1 parent 4e900fd commit 1002b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ readme:
dump.c: prepare
./prepare

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

gen_data: gen_data.c
Expand Down

0 comments on commit 1002b72

Please sign in to comment.