correct Makefile

git-svn-id: http://tint2.googlecode.com/svn/trunk@17 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr 2008-10-30 17:51:28 +00:00
parent 2d3e6f03d7
commit f327e045c6
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ endif
$(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)
install:

BIN
src/tint2

Binary file not shown.