aboutsummaryrefslogtreecommitdiff
path: root/system/type/Makefile
blob: 5f45b0c5fb459eb506e91b440a35801a283d6645 (plain)
1
2
3
4
5
6
7
8
9
10
11

OBJECTS = pdp_bitmap.o pdp_image.o $(PDP_OPTTYPES)


include ../../Makefile.config

all: $(OBJECTS)

clean:
	rm -f *~
	rm -f *.o