diff options
author | pixel <pixel> | 2003-12-25 15:14:02 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-25 15:14:02 +0000 |
commit | 0177d50e3ae979872e5d8c60a7b4ca97b2ba9f5b (patch) | |
tree | 30f9433d06190aa03607000b9ab4593c08bed927 /PE/Makefile | |
parent | dc5101a46405b2d19892c3fde00268ef0344ddaf (diff) |
Final push :-P
Diffstat (limited to 'PE/Makefile')
-rw-r--r-- | PE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PE/Makefile b/PE/Makefile index 1444f44..54f9b39 100644 --- a/PE/Makefile +++ b/PE/Makefile @@ -9,7 +9,7 @@ LIBS=-lz -lefence LDFLAGS=${LIBS} `baltisot-config --libs` #`pkg-config --libs glib-2.0` -TARGET = compil extract extract-various extract-rooms +TARGET = compil extract extract-various extract-rooms rebuildmenus all: ${TARGET} |