quake-style console with xterm
0
fork

Configure Feed

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

Merge pull request #1 from gutierri/patch-makefile

fix target pattern

authored by

joshua stein and committed by
GitHub
82cd3daa 3fc209a9

+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