summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-22 16:43:51 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-22 16:43:51 +0100
commitc4aa91d9d58a47eb90798ae1ae6647953d3745a2 (patch)
tree2745079a8d62c2d414720775d073cb95106a95cc /Makefile
parent795b1f7df203ae33e1d0eb13612f0ba2abf4351e (diff)
support for ELF (with 1*text and 1*data)!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 61b9df6..ecd38ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-
#####################
# #
# FoolOS Build Sys. #
@@ -175,6 +174,3 @@ stick: $(FOOLOS)
clean: $(CLEANDIRS)
-rm *.bin $(FOOLOS) $(FOOLOS_VDI) $(KERNEL_ENTRY) $(ASM_OBJECTS) $(OBJECTS) $(IMG_FILLUP) $(BIN_MBR) $(BIN_MP) $(BIN_STAGE2) $(DEPS) bochs.out bochs.log ne2k-tx.log ne2k-txdump.txt
-
-
-