summaryrefslogtreecommitdiff
path: root/Demos/HelloWorld2/Makefile
blob: cc3904e8d962718da42cbc85c97ee8a8a1c65386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OBJS = \
    main.o

PROGRAM = HelloWorld2

LDFLAGS = -lgui -ldraw -lipc -lcore -lc

main.cpp: UI_HelloWorld2.h

UI_HelloWorld2.h: HelloWorld2.frm
	../../DevTools/FormCompiler/FormCompiler $< > $@

include ../../Makefile.common