Use trac icon for trac bugs to diff from bugzilla
[tomboy-trac.git] / Makefile
blobbbcd6060ea6c3ad0d2cf622f99b7a4f6e9fa7502
1 # Makefile autogenerated by premake
2 # Don't edit this file! Instead edit `premake.lua` then rerun `make`
3 # Options:
4 # CONFIG=[Debug|Release]
6 ifndef CONFIG
7 CONFIG=Debug
8 endif
10 export CONFIG
12 .PHONY: all clean Tomboy.Trac
14 all: Tomboy.Trac
16 #Makefile: premake.lua
17 # @echo ==== Regenerating Makefiles ====
18 # @premake --file $^ --target gnu
20 Tomboy.Trac:
21 @echo ==== Building Tomboy.Trac ====
22 @$(MAKE) --no-print-directory -C . -f Tomboy.Trac.make
24 clean:
25 @$(MAKE) --no-print-directory -C . -f Tomboy.Trac.make clean