quake-style console with xterm
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixs error install target pattern

+1 -1
+1 -1
Makefile
··· 24 24 $(PROG): $(OBJS) 25 25 $(CC) $(OBJS) $(LDPATH) $(LIBS) -o $@ 26 26 27 - $(OBJS): *.o: *.c 27 + $(OBJS): *.c 28 28 $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@ 29 29 30 30 install: all