summaryrefslogtreecommitdiff
path: root/Unix/src/make.sh
blob: 2adce4ee56984c4201598e40792fe6d88e89d798 (plain) (blame)
1
2
3
4
#!/bin/sh

gcc -c test.c -o test.o -I../i686-elf/include
ld test.o ../i686-elf/lib/libc.a -T ../../Source/UnixUserland/App.ld -L ../../Source/UnixUserland -o test