wxWidgets/samples/bombs/makefile.unx
1999-01-02 00:45:39 +00:00

18 lines
249 B
Plaintext

#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for bombs example (UNIX).
PROGRAM=bombs
OBJECTS = bombs.o bombs1.o game.o
include ../../../src/makeprog.env