first version.
[build-srcpkg.git] / src / test / build
bloba7728adaaa8b11970e427073bf81a56234cc0e4a
1 #gcc -E test.c test.E
2 gcc -c test.c -o test.o
3 gcc -c abc.c -o abc.o
4 gcc -c tmp.c -o tmp.o
5 gcc -Wl,-Map=test.map -o test test.o abc.o tmp.o