summaryrefslogtreecommitdiff
path: root/Games/Minesweeper/Makefile
blob: ab28043822fed431e449e608e9792d8ff926d79c (plain)
1
2
3
4
5
6
7
8
9
OBJS = \
    Field.o \
    main.o

PROGRAM = Minesweeper

LDFLAGS = -lgui -ldraw -lipc -lcore -lc

include ../../Makefile.common