correct Makefile
git-svn-id: http://tint2.googlecode.com/svn/trunk@17 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
2d3e6f03d7
commit
f327e045c6
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ endif
|
||||||
|
|
||||||
|
|
||||||
$(PROGNAME): $(FILES) $(SYSTRAYOBJ)
|
$(PROGNAME): $(FILES) $(SYSTRAYOBJ)
|
||||||
$(CC) $(CFLAGS) $(FLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES)
|
$(CC) $(CFLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) $(FLAGS)
|
||||||
strip $(PROGNAME)
|
strip $(PROGNAME)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
BIN
src/tint2
BIN
src/tint2
Binary file not shown.
Loading…
Reference in a new issue