head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.02.22.22.15.24; author rse; state Exp; branches; next ; commitid pP9u2GpES7EDPtDt; desc @@ 1.1 log @new package: fig2pstricks 0.7.1 (FIG to LaTeX/PSTricks Format Conversion) @ text @Index: Makefile --- Makefile.orig 2009-02-18 17:06:29 +0100 +++ Makefile 2009-02-22 23:09:22 +0100 @@@@ -21,13 +21,13 @@@@ all: $(APP) $(APP): $(OBJS) - gcc $(CFLAGS) -o $@@ $(OBJS) $(LIB) + $(CC) $(CFLAGS) -o $@@ $(OBJS) $(LIB) text.o: text.c chars.h - gcc $(CFLAGS) -c $< + $(CC) $(CFLAGS) -c $< %.o: %.c - gcc $(CFLAGS) -c $< + $(CC) $(CFLAGS) -c $< test: $(APP) @@./$(APP) $(RUNOPT) $(USEDOT) $(PROSPER) -o $(file).tex $(file).fig @