This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/chsgen/Makefile
2006-04-10 18:49:16 +00:00

11 lines
147 B
Makefile

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