X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=Makefile;h=0140786f5f1934f2534ca36722ccc6f07fde2eba;hp=03442d8c9a78c60ef21e55397330bcb48325fe7b;hb=8adf010b6def48b1c234a821319c5d7ef7a58983;hpb=5e0a94e6216815749aebab3950abcb7522e314d5 diff --git a/Makefile b/Makefile index 03442d8..0140786 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ else CC_OPTS=-Wall -O2 endif -.c.o .cpp.o: +.cpp.o: $(CC) $(CC_OPTS) -c -o $@ $< all: ecparse