Skip to content
Snippets Groups Projects
Select Git revision
  • d77813ccf69e565a15bf748c4c83da38e2601069
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

Makefile

Blame
  • Makefile 147 B
    .PHONY: all
    
    all: convert-vms-record-fmt
    
    convert-vms-record-fmt: convert-vms-record-fmt.c
    	gcc -o convert-vms-record-fmt convert-vms-record-fmt.c