]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - marte_non_local_jump/Makefile
Changed Makefiles, rules and config files because of change in location
[frescor/fosa.git] / marte_non_local_jump / Makefile
1 all:  non_local_jump_test.exe
2
3 non_local_jump_test.exe:  non_local_jump_test.adb
4         mgnatmake -Imarte_src_dirs -o $@ $<
5
6
7 clean:
8         rm -f *.o *.exe *.ali b~* mprogram*
9