X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=Makefile;h=0140786f5f1934f2534ca36722ccc6f07fde2eba;hb=5f35ee49184899c1bfffe4d788286b7c9b578c00;hp=03442d8c9a78c60ef21e55397330bcb48325fe7b;hpb=e1f64147e3eedccbbc59658ddb6cf7992dbd50c1;p=ecparse.git 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