diff options
author | Max Horn | 2003-12-24 16:27:10 +0000 |
---|---|---|
committer | Max Horn | 2003-12-24 16:27:10 +0000 |
commit | 03677b2d65e7e80f12832694cfb7b656fc45433a (patch) | |
tree | ad78a23ae3c4135bfec662753ecf4df2d6ab9a22 /Makefile | |
parent | c76d86c68f6dd89e90687dff3559b32ad99dfc89 (diff) | |
download | scummvm-rg350-03677b2d65e7e80f12832694cfb7b656fc45433a.tar.gz scummvm-rg350-03677b2d65e7e80f12832694cfb7b656fc45433a.tar.bz2 scummvm-rg350-03677b2d65e7e80f12832694cfb7b656fc45433a.zip |
test is a PHONY target
svn-id: r11888
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,4 +103,4 @@ scummvm-static: $(OBJS) -framework OpenGL -framework AGL -framework QuickTime \ -framework AudioUnit -framework AudioToolbox -.PHONY: deb bundle +.PHONY: deb bundle test |