- all target was causing blur-opcode to be compiled, when it shouldn't.

I know, the makefile is a total mess but it works for now.
This commit is contained in:
Bryce Denney 2002-04-17 02:40:40 +00:00
parent 5605922ddc
commit 2a3524e2d2

View File

@ -1,4 +1,4 @@
all: blur-no-opt blur-opcode
all: blur-no-opt
blur-no-opt: blur.c blur-opcode.c
gcc -S blur.c -o blur.s