all: E-Asteroids.epplet

%.epplet: %.c epplet.o
	cc $^ -o $@ -O2 -I. `imlib-config --libs` `imlib-config --cflags`
%.o: %.c
	cc -c $< -o $@ -O2

