diff options
author | pixel <pixel> | 2003-12-14 21:14:07 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-14 21:14:07 +0000 |
commit | 83473b5e976c94eb1692e8d35d77b61cf57c97f9 (patch) | |
tree | 2b2703f65ee75beeb25ca5316b23d05fab042140 /PE/Makefile | |
parent | d6214b0f60cb6c8386723717159b9212b1d55174 (diff) |
Fixing things...
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 2d404ab..1444f44 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 = reinsert compil extract extract-various extract-rooms +TARGET = compil extract extract-various extract-rooms all: ${TARGET} |