PiegOS/kernel/GDT/Makefile
2015-07-20 16:34:46 +04:00

5 lines
61 B
Makefile

gdt.o: gdt.cpp
g++ -m32 -c -o gdt.o gdt.cpp
clean:
rm *.o