Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim71/macros/maze/Makefile
blob: c34e115d90f3b412b7431a34225e20c96c0d9043 (plain)
1
2
3
4
5
6
7
# It's simple...

maze: mazeansi.c
	cc -o maze mazeansi.c

mazeclean: mazeclean.c
	cc -o mazeclean mazeclean.c