5 lines
61 B
Makefile
5 lines
61 B
Makefile
gdt.o: gdt.cpp
|
|
g++ -m32 -c -o gdt.o gdt.cpp
|
|
|
|
clean:
|
|
rm *.o
|