Makefile to build chsgen's binary

This commit is contained in:
Stas Degteff 2006-04-10 18:49:16 +00:00
parent df425217eb
commit 8ea862474e

10
chsgen/Makefile Normal file
View File

@ -0,0 +1,10 @@
TOP=..
include $(TOP)/GNUmakef.def
TARGET=chsgn$(PLATFORM)$(EXE)
all: $(TARGET)
$(TARGET): chsgen.cc
$(CXX) $(LNKFLAGS) $(CPPFLAGS) -o $@ $<