Skip to content

Instantly share code, notes, and snippets.

@woodbridge
Created February 1, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodbridge/15215ae7af511d301d81 to your computer and use it in GitHub Desktop.
Save woodbridge/15215ae7af511d301d81 to your computer and use it in GitHub Desktop.
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 16
drwxr-xr-x@ 4 justin staff 136 Feb 1 12:50 .
drwxr-xr-x@ 16 justin staff 544 Feb 1 12:49 ..
-rw-r--r--@ 1 justin staff 926 Feb 1 12:49 Makefile
-rw-r--r--@ 1 justin staff 530 Feb 1 12:40 main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > make
gcc -g -Wall -c -o main.o main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 24
drwxr-xr-x@ 5 justin staff 170 Feb 1 12:50 .
drwxr-xr-x@ 16 justin staff 544 Feb 1 12:49 ..
-rw-r--r--@ 1 justin staff 926 Feb 1 12:49 Makefile
-rw-r--r--@ 1 justin staff 530 Feb 1 12:40 main.c
-rw-r--r--@ 1 justin staff 3320 Feb 1 12:50 main.o
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > make convert
make: Nothing to be done for `convert'.
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 24
drwxr-xr-x@ 5 justin staff 170 Feb 1 12:50 .
drwxr-xr-x@ 16 justin staff 544 Feb 1 12:49 ..
-rw-r--r--@ 1 justin staff 926 Feb 1 12:49 Makefile
-rw-r--r--@ 1 justin staff 530 Feb 1 12:40 main.c
-rw-r--r--@ 1 justin staff 3320 Feb 1 12:50 main.o
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment