Explorar el Código

+ Removed underscores from filenames.

michael hace 26 años
padre
commit
03e34840cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/go32ex/Makefile

+ 2 - 2
docs/go32ex/Makefile

@@ -32,8 +32,8 @@ endif
 
 .PHONY: all tex clean
 
-OBJECTS=buffer callback flags getrunmd int_pm keyclick meminfo outport \
-  rmpm_int sel_des softint textmess vgasel 
+OBJECTS=buffer callback flags getrunmd intpm keyclick meminfo outport \
+  rmpmint seldes softint textmess vgasel 
 
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))