Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 11121 → Rev 17887

/trunk/wims/src/Texgif/Makefile.in
14,7 → 14,7
all: texgif
 
%.o: %.c *.h $(H)
$(cc) -o $@ $(cflags) $(defines) -c $<
$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
 
clean::
rm -f *.o texgif