Makefile to build chsgen's binary
This commit is contained in:
parent
df425217eb
commit
8ea862474e
10
chsgen/Makefile
Normal file
10
chsgen/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
TOP=..
|
||||
|
||||
include $(TOP)/GNUmakef.def
|
||||
|
||||
TARGET=chsgn$(PLATFORM)$(EXE)
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): chsgen.cc
|
||||
$(CXX) $(LNKFLAGS) $(CPPFLAGS) -o $@ $<
|
Reference in New Issue
Block a user