source: avrstuff/EPRoxygen/Makefile@ 16cf6ff

main
Last change on this file since 16cf6ff was 16cf6ff, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add some suport for reading 27c020 chips.

Should be usable with most other ROMs as well.

git-svn-id: svn://pulkomandy.tk/avrstuff@61 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 171 bytes
Line 
1eproxygen: main.o at29c040.o 27c020.o
2 g++ -Wall -g -O3 -fno-rtti -fno-exceptions $^ -o $@
3
4%.o: %.cpp
5 g++ -Wall -g -save-temps -O3 -fno-rtti -fno-exceptions -c $^ -o $@
Note: See TracBrowser for help on using the repository browser.