6 lines
61 B
Makefile
6 lines
61 B
Makefile
![]() |
gdt.o: gdt.cpp
|
||
|
g++ -m32 -c -o gdt.o gdt.cpp
|
||
|
|
||
|
clean:
|
||
|
rm *.o
|